Closed
Bug 504487
Opened 16 years ago
Closed 16 years ago
nativeBindings is unused in nsXBLWindowKeyHandler::WalkHandlers
Categories
(Core :: XBL, defect)
Core
XBL
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity)
Attachments
(1 file)
702 bytes,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
GetEditorKeyBindings() sets sNativeEditorBindings and returns it, the nsXBLWindowKeyHandler::WalkHandlers stores the result in nativeBindings and then uses sNativeEditorBindings instead.
Attachment #388856 -
Flags: review?(neil)
Comment 2•16 years ago
|
||
Comment on attachment 388856 [details] [diff] [review]
simplest patch
Looks like bz overlooked this when he reviewed bryner's patch in attachment 158374 [details] [diff] [review] :-(
Attachment #388856 -
Flags: review?(neil) → review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•